temporary storage - перевод на русский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

temporary storage - перевод на русский

Temporary storage variable

temporary storage      

строительное дело

русловое регулирование стока

temporary storage      
русловое регулирование стока
temporary storage      
временное хранение (данных)

Определение

main memory
<storage, architecture> The storage device used by a computer to hold the currently executing program and its working data. A modern computer's main memory is built from random-access memory integrated circuits. In the old days ferrite core memory was one popular form of main memory, leading to the use of the term "core" for main memory. Computers have several other sorts of memory, distinguished by their access time, storage capicity, cost, and the typical lifetime or rate of change of the data they hold. Registers in the CPU are fast, few, expensive and typically change every few machine instructions. Other kinds are cache, PROM, magnetic disk (which may be used for {virtual memory}) and magnetic tape. (1996-11-04)

Википедия

Temporary variable

In computer programming, a temporary variable is a variable with short lifetime, usually to hold data that will soon be discarded, or before it can be placed at a more permanent memory location. Because it is short-lived, it is usually declared as a local variable, i.e., a variable with local scope. There is no formal definition of what makes a variable temporary, but it is an often-used term in programming.

A typical example would be that of swapping the contents of two variables. Temporary variables, along with XOR swaps and arithmetic operators, are one of three main ways to exchange the contents of two variables. To swap the contents of variables "a" and "b" one would typically use a temporary variable temp as follows, so as to preserve the data from a as it is being overwritten by b:

 temp := a
 a := b
 b := temp

Temporary variables are usually named with identifiers that abbreviate the word temporary, such as temp, tmp or simply t, or with common metasyntactic variable names, the most common of which are foo, bar, baz (see also foobar).


Computer hardware is designed to exploit the behaviour of temporary data: a cache or register file may contain temporaries internally to a microprocessor, such that they never need to be committed to main memory (hence consuming no external memory bandwidth).

Примеры употребления для temporary storage
1. The Senate also repelled a House effort to establish temporary storage sites as a backup to Yucca Mountain.
2. It can take weeks to move a vast collection of silver tea sets, flatware and ordinary Tupperware into temporary storage.
3. The Senate also rebuffed a House effort to establish temporary storage sites as a backup to Yucca Mountain.
4. The industry‘s toxic legacy has been sitting around in temporary storage waiting for someone to decide what to do with it.
5. One industry group has sought to build a temporary storage site on the land of the Skull Valley Goshute tribe in Utah, but this proposal has been bitterly opposed, including by states through which the waste would have to pass.
Как переводится temporary storage на Русский язык